Global.Int


Accessor for integer global

prototype int Global.Int( string name );

Parameters:
name : Name of the global to retrieve.

Return value:
Returns the integer value of the global.

Notes:
Returns zero if the global doesn't exist.

See also:
Global.Float, Global.Bool, Global.Handle, Global.String, Global.List, Global.Set.